.skip-link {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -999px;
	left: 0;
	background: #fff;
	padding: 0.75rem;
}

.skip-link:focus {
	top: 0;
	outline: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	z-index: 4;
	border: 2px solid #636466;
}
